CommonEvent 636
Name = "イベント：サボテン娘"

  999([636])
  ControlSwitches([73, 73, 0])
  ConditionalBranch([1, 129, 0, 0, 0])
    ShowTextAttributes(["saboten_fc1", 0, 0, 2])
    ShowText(["\\n<Cactus Girl>I shall give you lessons on my whip handling. However, they will only be useful to those who can use [Whip] skills."])
    ShowText([""])
    ShowText([""])
    ShowChoices([["Receive lesson", "No thanks"], 0])
    When([0, "伝授してもらう"])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Who will learn a Whip skill?"])
      Label(["選択"])
      Script(["names = party_members.collect{|m|m.name}"])
      ScriptMore(["unlimited_choices(11, names)"])
      ScriptMore(["actor = party_members[$game_variables[11]]"])
      ScriptMore(["$game_variables[10] = actor ? actor.id : 0"])
      ConditionalBranch([1, 10, 0, 0, 0])
        ControlSwitches([73, 73, 1])
        ExitEventProcessing([])
        Empty([])

      BranchEnd([])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Which Whip skill will you learn?"])
      ShowChoices([["Lightning Lash", "Demon Waltz", "Melting Whip"], 0])
      When([0, "雷縛の鞭"])
        ConditionalBranch([12, "actor_skill_have?(v(10),1237)"])
          ShowTextAttributes(["", 0, 0, 2])
          ShowText(["That character already knows Lightning Lash..."])
          JumpToLabel(["選択"])
          Empty([])

        BranchEnd([])
        ControlVariables([129, 129, 0, 0, 1])
        ChangeSkills([1, 10, 0, 1237])
        PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
        ShowTextAttributes(["", 0, 0, 2])
        ShowText(["You learned \\I[1462]\\C[1]Lightning Lash\\C[0]!"])
        ControlSwitches([73, 73, 1])
        ExitEventProcessing([])
        Empty([])

      When([1, "魔蒼円舞"])
        ConditionalBranch([12, "actor_skill_have?(v(10),1239)"])
          ShowTextAttributes(["", 0, 0, 2])
          ShowText(["That character already knows Demon Waltz..."])
          JumpToLabel(["選択"])
          Empty([])

        BranchEnd([])
        ControlVariables([129, 129, 0, 0, 1])
        ChangeSkills([1, 10, 0, 1239])
        PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
        ShowTextAttributes(["", 0, 0, 2])
        ShowText(["You learned \\I[1462]\\C[1]Demon Waltz\\C[0]!"])
        ControlSwitches([73, 73, 1])
        ExitEventProcessing([])
        Empty([])

      When([2, "溶解の鞭"])
        ConditionalBranch([12, "actor_skill_have?(v(10),1241)"])
          ShowTextAttributes(["", 0, 0, 2])
          ShowText(["That character already knows Melting Whip..."])
          JumpToLabel(["選択"])
          Empty([])

        BranchEnd([])
        ControlVariables([129, 129, 0, 0, 1])
        ChangeSkills([1, 10, 0, 1241])
        PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
        ShowTextAttributes(["", 0, 0, 2])
        ShowText(["You learned \\I[1462]\\C[1]Melting Whip\\C[0]!"])
        ControlSwitches([73, 73, 1])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    When([1, "必要ない"])
      ControlSwitches([73, 73, 1])
      ExitEventProcessing([])
      Empty([])

    ChoicesEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 129, 0, 1, 0])
    ShowTextAttributes(["saboten_fc1", 0, 0, 2])
    ShowText(["\\n<Cactus Girl>I'm a little tired, come see me another time..."])
    ShowText([""])
    ControlSwitches([73, 73, 1])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Empty([])
